home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-05 | 742 b | 21 lines | [TEXT/CWIE] |
- // =================================================================================
- // ActiveXAppConstants.h ©1996 Microsoft Corporation. All rights reserved.
- // portions ©1995 Metrowerks Inc. All rights reserved.
- // =================================================================================
-
- #pragma once
-
- const MessageT cmd_Insert = 1001; // file menu, insert item
-
- const ResIDT rPPob_ActiveXWindow = 1000;
- const PaneIDT kScrollView = 1;
- const PaneIDT kActiveXView = 10;
- const PaneIDT kActiveXView2 = 9;
- const PaneIDT kActiveXView3 = 8;
- const PaneIDT kActiveXView4 = 7;
-
- #ifdef MULTI_CONTEXT_TEST_APP
- const short kActiveXViewCount = 1;
- #else
- const short kActiveXViewCount = 3;
- #endif